From: Juanma Barranquero Date: Wed, 3 Jul 2002 14:31:23 +0000 (+0000) Subject: (tpu-delete-to-eol): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31890 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=eb6939ad3423b8767f467062b491f08c736c5893;p=emacs.git (tpu-delete-to-eol): Fix typo. (tpu-delete-to-bol): Likewise. --- diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index ae3ac67a57c..1296d497960 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el @@ -1418,7 +1418,7 @@ They are saved for the TPU-edt undelete-lines command." (defun tpu-delete-to-eol (num) "Delete text up to end of line. -With argument, delete up to to Nth line-end past point. +With argument, delete up to the Nth line-end past point. They are saved for the TPU-edt undelete-lines command." (interactive "p") (let ((beg (point))) @@ -1430,7 +1430,7 @@ They are saved for the TPU-edt undelete-lines command." (defun tpu-delete-to-bol (num) "Delete text back to beginning of line. -With argument, delete up to to Nth line-end past point. +With argument, delete up to the Nth line-end past point. They are saved for the TPU-edt undelete-lines command." (interactive "p") (let ((beg (point)))